home *** CD-ROM | disk | FTP | other *** search
/ Chip 2005 June / ccd0605.iso / Software / Shareware / Utilitare / accmen / setup.exe / {app} / newadmin.exe / 0 / RCDATA / TTEXTVIEWER / TTEXTVIEWER.txt
Text File  |  2004-07-06  |  2KB  |  87 lines

  1. object TextViewer: TTextViewer
  2.   Left = 297
  3.   Top = 201
  4.   BorderStyle = bsDialog
  5.   Caption = 'TextViewer'
  6.   ClientHeight = 363
  7.   ClientWidth = 440
  8.   Color = clBtnFace
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   OldCreateOrder = False
  15.   OnShow = FormShow
  16.   PixelsPerInch = 96
  17.   TextHeight = 13
  18.   object Panel2: TPanel
  19.     Left = 0
  20.     Top = 0
  21.     Width = 440
  22.     Height = 363
  23.     Align = alClient
  24.     BevelOuter = bvNone
  25.     TabOrder = 0
  26.     object Memo: TMemo
  27.       Left = 4
  28.       Top = 4
  29.       Width = 432
  30.       Height = 316
  31.       Align = alClient
  32.       ReadOnly = True
  33.       ScrollBars = ssBoth
  34.       TabOrder = 0
  35.       OnKeyDown = MemoKeyDown
  36.     end
  37.     object Panel1: TPanel
  38.       Left = 0
  39.       Top = 320
  40.       Width = 440
  41.       Height = 43
  42.       Align = alBottom
  43.       BevelOuter = bvNone
  44.       TabOrder = 1
  45.       object BitBtn1: TBitBtn
  46.         Left = 8
  47.         Top = 8
  48.         Width = 90
  49.         Height = 28
  50.         Cancel = True
  51.         Caption = '&Close'
  52.         Default = True
  53.         ModalResult = 1
  54.         TabOrder = 0
  55.         NumGlyphs = 2
  56.       end
  57.     end
  58.     object Panel3: TPanel
  59.       Left = 0
  60.       Top = 4
  61.       Width = 4
  62.       Height = 316
  63.       Align = alLeft
  64.       BevelOuter = bvNone
  65.       TabOrder = 2
  66.     end
  67.     object Panel4: TPanel
  68.       Left = 0
  69.       Top = 0
  70.       Width = 440
  71.       Height = 4
  72.       Align = alTop
  73.       BevelOuter = bvNone
  74.       TabOrder = 3
  75.     end
  76.     object Panel5: TPanel
  77.       Left = 436
  78.       Top = 4
  79.       Width = 4
  80.       Height = 316
  81.       Align = alRight
  82.       BevelOuter = bvNone
  83.       TabOrder = 4
  84.     end
  85.   end
  86. end
  87.